CQG Algorithmic Orders
IsFinal Property
See Also  Send Feedback
AlgoOrder Icebergs (ICBG) > AlgorithmicOrders Namespace > ICBG_AlgorithmicOrder Class : IsFinal Property



Glossary Item Box

Gets the flag which shows whether the algorithmic order is final or not.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsFinal As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ICBG_AlgorithmicOrder
Dim value As Boolean
 
value = instance.IsFinal
C# 
public bool IsFinal {get;}
C++/CLI 
public:
property bool IsFinal {
   bool get();
}

Property Value

Flag which shows whether the algorithmic order is final or not

See Also

Reference

ICBG_AlgorithmicOrder Class
ICBG_AlgorithmicOrder Members

Copyright © 2012 CQG Inc. All Rights Reserved.